object FrmDialog: TFrmDialog Left = 267 Top = 112 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Poco' ClientHeight = 200 ClientWidth = 400 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True OldCreateOrder = False Position = poScreenCenter Scaled = False OnClose = FormClose OnKeyUp = FormKeyUp OnShow = FormShow PixelsPerInch = 120 TextHeight = 13 object PnlBottom: TPanel Left = 0 Top = 163 Width = 400 Height = 37 Align = alBottom BevelOuter = bvNone TabOrder = 0 DesignSize = ( 400 37) object BtnClose: TButton Left = 316 Top = 6 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'Close' Default = True TabOrder = 0 OnClick = BtnCloseClick end object cbClear: TCheckBox Left = 6 Top = 16 Width = 133 Height = 17 Caption = '&Clear on close' TabOrder = 1 end end object PnlMain: TPanel Left = 0 Top = 0 Width = 400 Height = 163 Align = alClient BevelOuter = bvNone TabOrder = 1 DesignSize = ( 400 163) object Memo: TMemo Left = 8 Top = 10 Width = 384 Height = 147 Anchors = [akLeft, akTop, akRight] BorderStyle = bsNone Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = 16 Font.Name = 'Arial' Font.Style = [] ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end end end